home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / statvfs.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  510b  |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Constants for interpreting the results of os.statvfs() and os.fstatvfs().'''
  5. F_BSIZE = 0
  6. F_FRSIZE = 1
  7. F_BLOCKS = 2
  8. F_BFREE = 3
  9. F_BAVAIL = 4
  10. F_FILES = 5
  11. F_FFREE = 6
  12. F_FAVAIL = 7
  13. F_FLAG = 8
  14. F_NAMEMAX = 9
  15.